[INFO] cloning repository https://github.com/zengyufei/rust-launcher
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zengyufei/rust-launcher" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzengyufei%2Frust-launcher", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzengyufei%2Frust-launcher'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2e2be6a086165d78f0a9398357a9a6fc1f22535c
[INFO] checking zengyufei/rust-launcher against try#2cbf9c3ff35600794d69a7dc7ab399810a067910 for pr-129249-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzengyufei%2Frust-launcher" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/zengyufei/rust-launcher
[INFO] finished tweaking git repo https://github.com/zengyufei/rust-launcher
[INFO] tweaked toml for git repo https://github.com/zengyufei/rust-launcher written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zengyufei/rust-launcher on toolchain 2cbf9c3ff35600794d69a7dc7ab399810a067910
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2cbf9c3ff35600794d69a7dc7ab399810a067910" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/zengyufei/rust-launcher already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2cbf9c3ff35600794d69a7dc7ab399810a067910" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c2efef7d9ad36eae4dfa643239b67f5c127fe4fc544620bd442f02903a00f696
[INFO] running `Command { std: "docker" "start" "c2efef7d9ad36eae4dfa643239b67f5c127fe4fc544620bd442f02903a00f696", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c2efef7d9ad36eae4dfa643239b67f5c127fe4fc544620bd442f02903a00f696" "/opt/rustwide/cargo-home/bin/cargo" "+2cbf9c3ff35600794d69a7dc7ab399810a067910" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c2efef7d9ad36eae4dfa643239b67f5c127fe4fc544620bd442f02903a00f696", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c2efef7d9ad36eae4dfa643239b67f5c127fe4fc544620bd442f02903a00f696" "/opt/rustwide/cargo-home/bin/cargo" "+2cbf9c3ff35600794d69a7dc7ab399810a067910" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]     Checking critical-section v1.2.0
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking dlib v0.5.3
[INFO] [stderr]    Compiling winnow v1.0.2
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling wayland-sys v0.31.11
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling toml_edit v0.25.11+spec-1.1.0
[INFO] [stderr]     Checking core_maths v0.1.1
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]     Checking scoped-tls v1.0.1
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]    Compiling wayland-client v0.31.14
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking writeable v0.6.3
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling wayland-backend v0.3.15
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking litemap v0.8.2
[INFO] [stderr]    Compiling pulldown-cmark v0.13.3
[INFO] [stderr]     Checking float-cmp v0.9.0
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]     Checking arrayref v0.3.9
[INFO] [stderr]    Compiling endi v1.1.1
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking zerofrom v0.1.7
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]    Compiling font-types v0.11.3
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling equator v0.4.2
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]    Compiling read-fonts v0.37.0
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling yeslogic-fontconfig-sys v6.0.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking enumflags2 v0.7.12
[INFO] [stderr]    Compiling quick-xml v0.39.2
[INFO] [stderr]    Compiling zvariant_utils v3.3.1
[INFO] [stderr]    Compiling zvariant_derive v5.10.1
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling zvariant v5.10.1
[INFO] [stderr]    Compiling aligned-vec v0.6.4
[INFO] [stderr]    Compiling wayland-scanner v0.31.10
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling xml-rs v0.8.28
[INFO] [stderr]     Checking xcursor v0.3.10
[INFO] [stderr]     Checking xkeysym v0.2.1
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]     Checking cursor-icon v1.2.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking zbus_names v4.3.2
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling zbus_xml v5.1.1
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]    Compiling v_frame v0.3.9
[INFO] [stderr]     Checking async-signal v0.2.14
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling getopts v0.2.24
[INFO] [stderr]     Checking wayland-protocols v0.32.12
[INFO] [stderr]     Checking wayland-cursor v0.31.14
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]    Compiling as-slice v0.2.1
[INFO] [stderr]    Compiling skrifa v0.40.0
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling av-scenechange v0.14.1
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling pulldown-cmark-escape v0.11.0
[INFO] [stderr]    Compiling quick-error v2.0.1
[INFO] [stderr]    Compiling parlance v0.1.0
[INFO] [stderr]    Compiling linebender_resource_handle v0.1.1
[INFO] [stderr]     Checking as-raw-xcb-connection v1.0.1
[INFO] [stderr]    Compiling built v0.8.0
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling icu_locale_data v2.2.0
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]    Compiling fontique v0.8.0
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]    Compiling aligned v0.4.3
[INFO] [stderr]    Compiling zbus-lockstep v0.5.2
[INFO] [stderr]    Compiling zbus_macros v5.15.0
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking euclid v0.22.14
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.12
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling no_std_io2 v0.9.3
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling icu_segmenter_data v2.2.0
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]    Compiling zune-core v0.5.1
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]    Compiling y4m v0.8.0
[INFO] [stderr]    Compiling weezl v0.1.12
[INFO] [stderr]    Compiling htmlparser v0.2.1
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]     Checking zbus v5.15.0
[INFO] [stderr]    Compiling i-slint-common v1.16.1
[INFO] [stderr]    Compiling zune-jpeg v0.5.15
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]    Compiling tiny-skia-path v0.12.0
[INFO] [stderr]    Compiling bitstream-io v4.10.0
[INFO] [stderr]     Checking lyon_geom v1.0.19
[INFO] [stderr]    Compiling png v0.18.1
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]    Compiling profiling v1.0.17
[INFO] [stderr]    Compiling zbus-lockstep-macros v0.5.2
[INFO] [stderr]    Compiling maybe-rayon v0.1.1
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling rgb v0.8.53
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling kurbo v0.13.0
[INFO] [stderr]    Compiling av1-grain v0.2.5
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]    Compiling unicode-ccc v0.4.0
[INFO] [stderr]    Compiling byteorder-lite v0.1.0
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]     Checking raw-window-handle v0.6.2
[INFO] [stderr]    Compiling unicode-bidi-mirroring v0.4.0
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling imgref v1.12.0
[INFO] [stderr]    Compiling unicode-script v0.5.8
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling smithay-client-toolkit v0.19.2
[INFO] [stderr]    Compiling gif v0.14.2
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking rustybuzz v0.20.1
[INFO] [stderr]     Checking svgtypes v0.16.1
[INFO] [stderr]    Compiling loop9 v0.1.5
[INFO] [stderr]    Compiling image-webp v0.2.4
[INFO] [stderr]     Checking atspi-common v0.13.0
[INFO] [stderr]     Checking icu_locale v2.2.0
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling fontdb v0.23.0
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking lyon_path v1.0.19
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking owned_ttf_parser v0.25.1
[INFO] [stderr]    Compiling snafu-derive v0.8.9
[INFO] [stderr]    Compiling const-field-offset-macro v0.2.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling zune-inflate v0.2.54
[INFO] [stderr]    Compiling avif-serialize v0.8.8
[INFO] [stderr]     Checking roxmltree v0.21.1
[INFO] [stderr]    Compiling simplecss v0.2.2
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling imagesize v0.14.0
[INFO] [stderr]     Checking yazi v0.2.1
[INFO] [stderr]    Compiling lebe v0.5.3
[INFO] [stderr]     Checking unicode-bidi v0.3.18
[INFO] [stderr]     Checking zeno v0.3.3
[INFO] [stderr]     Checking unicode-vo v0.1.0
[INFO] [stderr]    Compiling rspolib v0.1.2
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling bit_field v0.10.3
[INFO] [stderr]     Checking xmlwriter v0.1.0
[INFO] [stderr]     Checking data-url v0.3.2
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]     Checking pxfm v0.1.29
[INFO] [stderr]    Compiling fax v0.2.7
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.10
[INFO] [stderr]     Checking ab_glyph v0.2.32
[INFO] [stderr]    Compiling usvg v0.47.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling tiff v0.11.3
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling exr v1.74.0
[INFO] [stderr]     Checking swash v0.2.7
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]    Compiling ravif v0.13.0
[INFO] [stderr]    Compiling snafu v0.8.9
[INFO] [stderr]     Checking const-field-offset v0.2.0
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking icu_segmenter v2.2.0
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]     Checking tiny-skia v0.12.0
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.1
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.1
[INFO] [stderr]     Checking harfrust v0.5.2
[INFO] [stderr]     Checking parley_data v0.8.0
[INFO] [stderr]     Checking calloop v0.14.4
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling vtable-macro v0.4.0
[INFO] [stderr]    Compiling num_enum_derive v0.7.6
[INFO] [stderr]    Compiling winit v0.30.13
[INFO] [stderr]    Compiling derive_utils v0.15.1
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling natord v1.0.9
[INFO] [stderr]    Compiling smithay-client-toolkit v0.20.0
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling i-slint-compiler v1.16.1
[INFO] [stderr]    Compiling countme v3.0.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]     Checking accesskit v0.22.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling text-size v1.1.1
[INFO] [stderr]    Compiling linked_hash_set v0.1.6
[INFO] [stderr]     Checking accesskit_consumer v0.32.0
[INFO] [stderr]    Compiling image v0.25.10
[INFO] [stderr]    Compiling rowan v0.16.1
[INFO] [stderr]     Checking parley v0.8.0 (/opt/rustwide/workdir/third_party/parley-0.8.0)
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]    Compiling num_enum v0.7.6
[INFO] [stderr]    Compiling auto_enums v0.8.8
[INFO] [stderr]    Compiling annotate-snippets v0.12.15
[INFO] [stderr]     Checking vtable v0.4.0
[INFO] [stderr]     Checking calloop-wayland-source v0.4.1
[INFO] [stderr]     Checking resvg v0.47.0
[INFO] [stderr]    Compiling lyon_extra v1.1.0
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling i-slint-core-macros v1.16.1
[INFO] [stderr]     Checking atspi-proxies v0.13.0
[INFO] [stderr]     Checking lyon_algorithms v1.0.19
[INFO] [stderr]     Checking wayland-protocols-experimental v20250721.0.1
[INFO] [stderr]     Checking wayland-protocols-misc v0.3.12
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.12
[INFO] [stderr]     Checking taffy v0.9.2
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]     Checking clru v0.6.3
[INFO] [stderr]    Compiling glutin v0.32.3
[INFO] [stderr]    Compiling tiny-xlib v0.2.5
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling typed-index-collections v3.5.0
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling smol_str v0.3.6
[INFO] [stderr]    Compiling by_address v1.2.1
[INFO] [stderr]     Checking scoped-tls-hkt v0.1.5
[INFO] [stderr]     Checking pin-weak v1.1.0
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking sys-locale v0.3.2
[INFO] [stderr]    Compiling spin_on v0.1.1
[INFO] [stderr]     Checking atspi v0.29.0
[INFO] [stderr]     Checking i-slint-core v1.16.1
[INFO] [stderr]     Checking accesskit_atspi_common v0.15.0
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking glow v0.17.0
[INFO] [stderr]     Checking ctor v0.10.1
[INFO] [stderr]     Checking smithay-clipboard v0.7.3
[INFO] [stderr]     Checking accesskit_unix v0.18.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking femtovg v0.23.2
[INFO] [stderr]     Checking x11-clipboard v0.9.3
[INFO] [stderr]    Compiling i-slint-backend-winit v1.16.1
[INFO] [stderr]     Checking integer-sqrt v0.1.5
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking copypasta v0.10.2
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking webbrowser v1.2.1
[INFO] [stderr]     Checking softbuffer v0.4.8
[INFO] [stderr]    Compiling i-slint-backend-selector v1.16.1
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking accesskit_winit v0.30.0
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking i-slint-renderer-software v1.16.1
[INFO] [stderr]     Checking launcher-core v0.1.0 (/opt/rustwide/workdir/crates/launcher-core)
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking i-slint-renderer-femtovg v1.16.1
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]    Compiling rfd v0.17.2
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stdout] warning: unused variable: `background`
[INFO] [stdout]    --> crates/launcher-core/src/platform.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 103 |     background: bool,
[INFO] [stdout]     |     ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_background`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking pollster v0.4.0
[INFO] [stderr]     Checking nu-ansi-term v0.50.3
[INFO] [stdout] warning: variant `Normal` is never constructed
[INFO] [stdout]   --> crates/launcher-core/src/platform.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 35 | enum WindowMode {
[INFO] [stdout]    |      ---------- variant in this enum
[INFO] [stdout] 36 |     Normal,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `WindowMode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling launcher-cli v0.1.0 (/opt/rustwide/workdir/crates/launcher-cli)
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stdout] warning: unused variable: `background`
[INFO] [stdout]    --> crates/launcher-core/src/platform.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 103 |     background: bool,
[INFO] [stdout]     |     ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_background`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Normal` is never constructed
[INFO] [stdout]   --> crates/launcher-core/src/platform.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 35 | enum WindowMode {
[INFO] [stdout]    |      ---------- variant in this enum
[INFO] [stdout] 36 |     Normal,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `WindowMode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling slint-build v1.16.1
[INFO] [stderr]    Compiling slint-macros v1.16.1
[INFO] [stderr]    Compiling launcher-gui v0.1.0 (/opt/rustwide/workdir/crates/launcher-gui)
[INFO] [stderr]     Checking slint v1.16.1
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerPopupMenuImpl_root_645>`
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:703:141
[INFO] [stdout]     |
[INFO] [stdout] 703 | .... window ()) . show_popup (& sp :: VRc :: into_dyn (popup_instance . into ()) , position , sp :: PopupClosePolicy :: CloseOnClic...
[INFO] [stdout]     |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerPopupMenuImpl_root_645> as Into<VRc<ItemTreeVTable, InnerPopupMenuImpl_root_645>>::into(val) to avoid triggering this lint
[INFO] [stdout]     = note: `#[warn(self_type_conversion)]` on by default
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-10552669756658974940.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:1614:30
[INFO] [stdout]      |
[INFO] [stdout] 1614 | ...   InnerComponent_lineeditclearicon_21 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21> as Into<VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-10315485239364351642.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:1624:30
[INFO] [stdout]      |
[INFO] [stdout] 1624 | ...   InnerComponent_lineeditpasswordicon_23 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23> as Into<VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-11963521626577360907.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:1669:30
[INFO] [stdout]      |
[INFO] [stdout] 1669 | ...   InnerComponent_lineeditclearicon_21 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21> as Into<VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-10315485239364351642.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:1677:30
[INFO] [stdout]      |
[INFO] [stdout] 1677 | ...   InnerComponent_lineeditpasswordicon_23 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23> as Into<VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-11963521626577360907.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:1717:30
[INFO] [stdout]      |
[INFO] [stdout] 1717 | ...   InnerComponent_lineeditclearicon_21 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21> as Into<VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-10315485239364351642.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:1725:30
[INFO] [stdout]      |
[INFO] [stdout] 1725 | ...   InnerComponent_lineeditpasswordicon_23 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23> as Into<VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-11963521626577360907.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:2011:117
[INFO] [stdout]      |
[INFO] [stdout] 2011 | ... (|| InnerComponent_lineeditclearicon_21 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21> as Into<VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-10315485239364351642.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:2014:117
[INFO] [stdout]      |
[INFO] [stdout] 2014 | ...(|| InnerComponent_lineeditpasswordicon_23 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23> as Into<VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-11963521626577360907.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:2051:117
[INFO] [stdout]      |
[INFO] [stdout] 2051 | ... (|| InnerComponent_lineeditclearicon_21 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21> as Into<VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-10315485239364351642.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:2054:117
[INFO] [stdout]      |
[INFO] [stdout] 2054 | ...(|| InnerComponent_lineeditpasswordicon_23 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23> as Into<VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-11963521626577360907.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:2062:117
[INFO] [stdout]      |
[INFO] [stdout] 2062 | ... (|| InnerComponent_lineeditclearicon_21 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21> as Into<VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-10315485239364351642.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:2068:117
[INFO] [stdout]      |
[INFO] [stdout] 2068 | ...(|| InnerComponent_lineeditpasswordicon_23 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23> as Into<VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-11963521626577360907.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_43>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:4875:26
[INFO] [stdout]      |
[INFO] [stdout] 4875 | ...   InnerComponent_rectangle_43 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_43> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_43>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-13771568910902215112.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_43>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:4946:26
[INFO] [stdout]      |
[INFO] [stdout] 4946 | ...   InnerComponent_rectangle_43 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_43> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_43>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-13771568910902215112.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_43>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:4958:26
[INFO] [stdout]      |
[INFO] [stdout] 4958 | ...   InnerComponent_rectangle_43 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_43> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_43>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-13771568910902215112.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_row_frame_126>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:9417:26
[INFO] [stdout]      |
[INFO] [stdout] 9417 | ...   InnerComponent_row_frame_126 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_row_frame_126> as Into<VRc<ItemTreeVTable, InnerComponent_row_frame_126>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-1705159630551508239.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_row_frame_126>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:9498:26
[INFO] [stdout]      |
[INFO] [stdout] 9498 | ...   InnerComponent_row_frame_126 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_row_frame_126> as Into<VRc<ItemTreeVTable, InnerComponent_row_frame_126>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-1705159630551508239.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_row_frame_126>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:9508:26
[INFO] [stdout]      |
[INFO] [stdout] 9508 | ...   InnerComponent_row_frame_126 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_row_frame_126> as Into<VRc<ItemTreeVTable, InnerComponent_row_frame_126>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-1705159630551508239.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_129>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:10532:124
[INFO] [stdout]       |
[INFO] [stdout] 10532 | ...ted (|| InnerComponent_rectangle_129 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_129> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_129>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-2958688132499590478.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_143>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:10535:124
[INFO] [stdout]       |
[INFO] [stdout] 10535 | ...ted (|| InnerComponent_rectangle_143 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_143> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_143>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-7668772694344170759.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_148>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:10538:124
[INFO] [stdout]       |
[INFO] [stdout] 10538 | ...ted (|| InnerComponent_rectangle_148 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_148> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_148>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-16996318145664026578.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_text_153>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:10541:124
[INFO] [stdout]       |
[INFO] [stdout] 10541 | ...pdated (|| InnerComponent_text_153 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_text_153> as Into<VRc<ItemTreeVTable, InnerComponent_text_153>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-3906702815896346640.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_129>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:10554:124
[INFO] [stdout]       |
[INFO] [stdout] 10554 | ...ted (|| InnerComponent_rectangle_129 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_129> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_129>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-2958688132499590478.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_143>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:10557:124
[INFO] [stdout]       |
[INFO] [stdout] 10557 | ...ted (|| InnerComponent_rectangle_143 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_143> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_143>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-7668772694344170759.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_148>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:10560:124
[INFO] [stdout]       |
[INFO] [stdout] 10560 | ...ted (|| InnerComponent_rectangle_148 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_148> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_148>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-16996318145664026578.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_text_153>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:10563:124
[INFO] [stdout]       |
[INFO] [stdout] 10563 | ...pdated (|| InnerComponent_text_153 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_text_153> as Into<VRc<ItemTreeVTable, InnerComponent_text_153>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-3906702815896346640.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_129>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:10571:124
[INFO] [stdout]       |
[INFO] [stdout] 10571 | ...ted (|| InnerComponent_rectangle_129 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_129> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_129>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-2958688132499590478.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_143>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:10577:124
[INFO] [stdout]       |
[INFO] [stdout] 10577 | ...ted (|| InnerComponent_rectangle_143 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_143> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_143>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-7668772694344170759.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_148>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:10583:124
[INFO] [stdout]       |
[INFO] [stdout] 10583 | ...ted (|| InnerComponent_rectangle_148 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_148> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_148>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-16996318145664026578.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_text_153>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:10589:124
[INFO] [stdout]       |
[INFO] [stdout] 10589 | ...pdated (|| InnerComponent_text_153 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_text_153> as Into<VRc<ItemTreeVTable, InnerComponent_text_153>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-3906702815896346640.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_201>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:11864:30
[INFO] [stdout]       |
[INFO] [stdout] 11864 | ...   InnerComponent_rectangle_201 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_201> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_201>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-7271667285457672805.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_201>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:11937:30
[INFO] [stdout]       |
[INFO] [stdout] 11937 | ...   InnerComponent_rectangle_201 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_201> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_201>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-7271667285457672805.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_201>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:12005:30
[INFO] [stdout]       |
[INFO] [stdout] 12005 | ...   InnerComponent_rectangle_201 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_201> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_201>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-7271667285457672805.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_195>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:12197:30
[INFO] [stdout]       |
[INFO] [stdout] 12197 | ...   InnerComponent_rectangle_195 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_195> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_195>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-14099463560580063167.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_195>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:12235:30
[INFO] [stdout]       |
[INFO] [stdout] 12235 | ...   InnerComponent_rectangle_195 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_195> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_195>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-14099463560580063167.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_195>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:12292:30
[INFO] [stdout]       |
[INFO] [stdout] 12292 | ...   InnerComponent_rectangle_195 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_195> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_195>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-14099463560580063167.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_195>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:12985:124
[INFO] [stdout]       |
[INFO] [stdout] 12985 | ...ted (|| InnerComponent_rectangle_195 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_195> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_195>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-14099463560580063167.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_201>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:12988:124
[INFO] [stdout]       |
[INFO] [stdout] 12988 | ...ted (|| InnerComponent_rectangle_201 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_201> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_201>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-7271667285457672805.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_195>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:13055:124
[INFO] [stdout]       |
[INFO] [stdout] 13055 | ...ted (|| InnerComponent_rectangle_195 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_195> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_195>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-14099463560580063167.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_201>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:13058:124
[INFO] [stdout]       |
[INFO] [stdout] 13058 | ...ted (|| InnerComponent_rectangle_201 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_201> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_201>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-7271667285457672805.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_195>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:13066:124
[INFO] [stdout]       |
[INFO] [stdout] 13066 | ...ted (|| InnerComponent_rectangle_195 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_195> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_195>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-14099463560580063167.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_201>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:13072:124
[INFO] [stdout]       |
[INFO] [stdout] 13072 | ...ted (|| InnerComponent_rectangle_201 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_201> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_201>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-7271667285457672805.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_210>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:15274:26
[INFO] [stdout]       |
[INFO] [stdout] 15274 | ...   InnerComponent_rectangle_210 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_210> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_210>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-384201878034165648.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_210>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:15319:26
[INFO] [stdout]       |
[INFO] [stdout] 15319 | ...   InnerComponent_rectangle_210 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_210> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_210>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-384201878034165648.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_210>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:15329:26
[INFO] [stdout]       |
[INFO] [stdout] 15329 | ...   InnerComponent_rectangle_210 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_210> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_210>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-384201878034165648.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerPopupMenuImpl_root_645>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:16433:141
[INFO] [stdout]       |
[INFO] [stdout] 16433 | ... window ()) . show_popup (& sp :: VRc :: into_dyn (popup_instance . into ()) , position , sp :: PopupClosePolicy :: CloseOnCli...
[INFO] [stdout]       |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerPopupMenuImpl_root_645> as Into<VRc<ItemTreeVTable, InnerPopupMenuImpl_root_645>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-10552669756658974940.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_298>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:18566:125
[INFO] [stdout]       |
[INFO] [stdout] 18566 | ...ted (|| InnerComponent_rectangle_298 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_298> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_298>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-17661938879159114834.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_301>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:18569:125
[INFO] [stdout]       |
[INFO] [stdout] 18569 | ...ted (|| InnerComponent_rectangle_301 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_301> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_301>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-6665436862070983604.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_298>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:18582:125
[INFO] [stdout]       |
[INFO] [stdout] 18582 | ...ted (|| InnerComponent_rectangle_298 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_298> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_298>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-17661938879159114834.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_301>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:18585:125
[INFO] [stdout]       |
[INFO] [stdout] 18585 | ...ted (|| InnerComponent_rectangle_301 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_301> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_301>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-6665436862070983604.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_298>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:18593:125
[INFO] [stdout]       |
[INFO] [stdout] 18593 | ...ted (|| InnerComponent_rectangle_298 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_298> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_298>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-17661938879159114834.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_301>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:18599:125
[INFO] [stdout]       |
[INFO] [stdout] 18599 | ...ted (|| InnerComponent_rectangle_301 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_301> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_301>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-6665436862070983604.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_popup_396>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:25113:215
[INFO] [stdout]       |
[INFO] [stdout] 25113 | ... window ()) . show_popup (& sp :: VRc :: into_dyn (popup_instance . into ()) , position , sp :: r#PopupClosePolicy :: r#CloseO...
[INFO] [stdout]       |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_popup_396> as Into<VRc<ItemTreeVTable, InnerComponent_popup_396>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-3727265288134971412.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_focusborder_394>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:25393:118
[INFO] [stdout]       |
[INFO] [stdout] 25393 | ...ed (|| InnerComponent_focusborder_394 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_focusborder_394> as Into<VRc<ItemTreeVTable, InnerComponent_focusborder_394>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-16360300008718629258.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_focusborder_394>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:25430:118
[INFO] [stdout]       |
[INFO] [stdout] 25430 | ...ed (|| InnerComponent_focusborder_394 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_focusborder_394> as Into<VRc<ItemTreeVTable, InnerComponent_focusborder_394>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-16360300008718629258.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_focusborder_394>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:25438:118
[INFO] [stdout]       |
[INFO] [stdout] 25438 | ...ed (|| InnerComponent_focusborder_394 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_focusborder_394> as Into<VRc<ItemTreeVTable, InnerComponent_focusborder_394>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-16360300008718629258.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_empty_405>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:25646:30
[INFO] [stdout]       |
[INFO] [stdout] 25646 | ...                   InnerComponent_empty_405 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_empty_405> as Into<VRc<ItemTreeVTable, InnerComponent_empty_405>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-12693459951026432332.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_empty_405>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:25674:30
[INFO] [stdout]       |
[INFO] [stdout] 25674 | ...                   InnerComponent_empty_405 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_empty_405> as Into<VRc<ItemTreeVTable, InnerComponent_empty_405>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-12693459951026432332.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_empty_405>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:25697:30
[INFO] [stdout]       |
[INFO] [stdout] 25697 | ...                   InnerComponent_empty_405 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_empty_405> as Into<VRc<ItemTreeVTable, InnerComponent_empty_405>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-12693459951026432332.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_empty_405>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:27110:120
[INFO] [stdout]       |
[INFO] [stdout] 27110 | ...dated (|| InnerComponent_empty_405 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_empty_405> as Into<VRc<ItemTreeVTable, InnerComponent_empty_405>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-12693459951026432332.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_empty_405>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:27123:120
[INFO] [stdout]       |
[INFO] [stdout] 27123 | ...dated (|| InnerComponent_empty_405 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_empty_405> as Into<VRc<ItemTreeVTable, InnerComponent_empty_405>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-12693459951026432332.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_empty_405>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:27131:120
[INFO] [stdout]       |
[INFO] [stdout] 27131 | ...dated (|| InnerComponent_empty_405 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_empty_405> as Into<VRc<ItemTreeVTable, InnerComponent_empty_405>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-12693459951026432332.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_focusborder_406>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:27540:120
[INFO] [stdout]       |
[INFO] [stdout] 27540 | ...ed (|| InnerComponent_focusborder_406 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_focusborder_406> as Into<VRc<ItemTreeVTable, InnerComponent_focusborder_406>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-15142339272334248835.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_focusborder_406>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:27613:120
[INFO] [stdout]       |
[INFO] [stdout] 27613 | ...ed (|| InnerComponent_focusborder_406 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_focusborder_406> as Into<VRc<ItemTreeVTable, InnerComponent_focusborder_406>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-15142339272334248835.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_focusborder_406>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:27621:120
[INFO] [stdout]       |
[INFO] [stdout] 27621 | ...ed (|| InnerComponent_focusborder_406 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_focusborder_406> as Into<VRc<ItemTreeVTable, InnerComponent_focusborder_406>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-15142339272334248835.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_452>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29541:120
[INFO] [stdout]       |
[INFO] [stdout] 29541 | ...ted (|| InnerComponent_rectangle_452 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_452> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_452>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-4026155027672965131.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_458>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29544:120
[INFO] [stdout]       |
[INFO] [stdout] 29544 | ...d (|| InnerComponent_selectabletext_458 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_458> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_458>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-6330641709457054895.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_460>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29547:120
[INFO] [stdout]       |
[INFO] [stdout] 29547 | ...ated (|| InnerComponent_lineedit_460 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_460> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_460>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-1152762566111381785.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_462>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29550:120
[INFO] [stdout]       |
[INFO] [stdout] 29550 | ...d (|| InnerComponent_selectabletext_462 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_462> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_462>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-9383569461649020308.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_464>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29553:120
[INFO] [stdout]       |
[INFO] [stdout] 29553 | ...ated (|| InnerComponent_lineedit_464 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_464> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_464>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-1115857034159886614.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_466>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29556:120
[INFO] [stdout]       |
[INFO] [stdout] 29556 | ...d (|| InnerComponent_selectabletext_466 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_466> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_466>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-3312419643571201379.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_468>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29559:120
[INFO] [stdout]       |
[INFO] [stdout] 29559 | ...ated (|| InnerComponent_lineedit_468 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_468> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_468>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-8235921064109810337.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_470>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29562:120
[INFO] [stdout]       |
[INFO] [stdout] 29562 | ...d (|| InnerComponent_selectabletext_470 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_470> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_470>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-939132587619407443.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_472>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29565:120
[INFO] [stdout]       |
[INFO] [stdout] 29565 | ...ated (|| InnerComponent_lineedit_472 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_472> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_472>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-13105497509026415225.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_474>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29568:120
[INFO] [stdout]       |
[INFO] [stdout] 29568 | ...d (|| InnerComponent_selectabletext_474 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_474> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_474>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-4142338374387340378.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_combobox_476>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29571:121
[INFO] [stdout]       |
[INFO] [stdout] 29571 | ...ated (|| InnerComponent_combobox_476 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_combobox_476> as Into<VRc<ItemTreeVTable, InnerComponent_combobox_476>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-2819833140036076585.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_478>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29574:121
[INFO] [stdout]       |
[INFO] [stdout] 29574 | ...d (|| InnerComponent_selectabletext_478 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_478> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_478>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-16397590898779771211.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_480>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29577:121
[INFO] [stdout]       |
[INFO] [stdout] 29577 | ...ted (|| InnerComponent_rectangle_480 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_480> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_480>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-8807231022404250387.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_485>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29580:121
[INFO] [stdout]       |
[INFO] [stdout] 29580 | ...d (|| InnerComponent_selectabletext_485 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_485> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_485>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-16045267553114538406.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_487>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29583:121
[INFO] [stdout]       |
[INFO] [stdout] 29583 | ...ated (|| InnerComponent_lineedit_487 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_487> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_487>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-14684249970211998053.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_494>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29586:121
[INFO] [stdout]       |
[INFO] [stdout] 29586 | ...ted (|| InnerComponent_rectangle_494 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_494> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_494>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-18017531601249250325.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_452>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29635:120
[INFO] [stdout]       |
[INFO] [stdout] 29635 | ...ted (|| InnerComponent_rectangle_452 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_452> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_452>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-4026155027672965131.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_458>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29638:120
[INFO] [stdout]       |
[INFO] [stdout] 29638 | ...d (|| InnerComponent_selectabletext_458 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_458> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_458>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-6330641709457054895.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_460>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29641:120
[INFO] [stdout]       |
[INFO] [stdout] 29641 | ...ated (|| InnerComponent_lineedit_460 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_460> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_460>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-1152762566111381785.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_462>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29644:120
[INFO] [stdout]       |
[INFO] [stdout] 29644 | ...d (|| InnerComponent_selectabletext_462 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_462> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_462>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-9383569461649020308.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_464>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29647:120
[INFO] [stdout]       |
[INFO] [stdout] 29647 | ...ated (|| InnerComponent_lineedit_464 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_464> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_464>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-1115857034159886614.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_466>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29650:120
[INFO] [stdout]       |
[INFO] [stdout] 29650 | ...d (|| InnerComponent_selectabletext_466 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_466> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_466>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-3312419643571201379.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_468>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29653:120
[INFO] [stdout]       |
[INFO] [stdout] 29653 | ...ated (|| InnerComponent_lineedit_468 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_468> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_468>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-8235921064109810337.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_470>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29656:120
[INFO] [stdout]       |
[INFO] [stdout] 29656 | ...d (|| InnerComponent_selectabletext_470 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_470> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_470>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-939132587619407443.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_472>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29659:120
[INFO] [stdout]       |
[INFO] [stdout] 29659 | ...ated (|| InnerComponent_lineedit_472 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_472> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_472>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-13105497509026415225.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_474>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29662:120
[INFO] [stdout]       |
[INFO] [stdout] 29662 | ...d (|| InnerComponent_selectabletext_474 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_474> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_474>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-4142338374387340378.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_combobox_476>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29665:121
[INFO] [stdout]       |
[INFO] [stdout] 29665 | ...ated (|| InnerComponent_combobox_476 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_combobox_476> as Into<VRc<ItemTreeVTable, InnerComponent_combobox_476>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-2819833140036076585.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_478>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29668:121
[INFO] [stdout]       |
[INFO] [stdout] 29668 | ...d (|| InnerComponent_selectabletext_478 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_478> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_478>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-16397590898779771211.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_480>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29671:121
[INFO] [stdout]       |
[INFO] [stdout] 29671 | ...ted (|| InnerComponent_rectangle_480 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_480> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_480>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-8807231022404250387.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_485>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29674:121
[INFO] [stdout]       |
[INFO] [stdout] 29674 | ...d (|| InnerComponent_selectabletext_485 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_485> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_485>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-16045267553114538406.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_487>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29677:121
[INFO] [stdout]       |
[INFO] [stdout] 29677 | ...ated (|| InnerComponent_lineedit_487 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_487> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_487>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-14684249970211998053.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_494>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29680:121
[INFO] [stdout]       |
[INFO] [stdout] 29680 | ...ted (|| InnerComponent_rectangle_494 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_494> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_494>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-18017531601249250325.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_452>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29700:120
[INFO] [stdout]       |
[INFO] [stdout] 29700 | ...ted (|| InnerComponent_rectangle_452 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_452> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_452>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-4026155027672965131.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_458>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29706:120
[INFO] [stdout]       |
[INFO] [stdout] 29706 | ...d (|| InnerComponent_selectabletext_458 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_458> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_458>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-6330641709457054895.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_460>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29712:120
[INFO] [stdout]       |
[INFO] [stdout] 29712 | ...ated (|| InnerComponent_lineedit_460 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_460> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_460>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-1152762566111381785.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_462>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29718:120
[INFO] [stdout]       |
[INFO] [stdout] 29718 | ...d (|| InnerComponent_selectabletext_462 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_462> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_462>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-9383569461649020308.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_464>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29724:120
[INFO] [stdout]       |
[INFO] [stdout] 29724 | ...ated (|| InnerComponent_lineedit_464 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_464> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_464>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-1115857034159886614.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_466>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29730:120
[INFO] [stdout]       |
[INFO] [stdout] 29730 | ...d (|| InnerComponent_selectabletext_466 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_466> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_466>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-3312419643571201379.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_468>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29736:120
[INFO] [stdout]       |
[INFO] [stdout] 29736 | ...ated (|| InnerComponent_lineedit_468 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_468> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_468>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-8235921064109810337.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_470>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29742:120
[INFO] [stdout]       |
[INFO] [stdout] 29742 | ...d (|| InnerComponent_selectabletext_470 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_470> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_470>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-939132587619407443.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_472>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29748:120
[INFO] [stdout]       |
[INFO] [stdout] 29748 | ...ated (|| InnerComponent_lineedit_472 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_472> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_472>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-13105497509026415225.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_474>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29754:120
[INFO] [stdout]       |
[INFO] [stdout] 29754 | ...d (|| InnerComponent_selectabletext_474 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_474> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_474>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-4142338374387340378.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_combobox_476>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29760:121
[INFO] [stdout]       |
[INFO] [stdout] 29760 | ...ated (|| InnerComponent_combobox_476 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_combobox_476> as Into<VRc<ItemTreeVTable, InnerComponent_combobox_476>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-2819833140036076585.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_478>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29766:121
[INFO] [stdout]       |
[INFO] [stdout] 29766 | ...d (|| InnerComponent_selectabletext_478 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_478> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_478>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-16397590898779771211.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_480>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29772:121
[INFO] [stdout]       |
[INFO] [stdout] 29772 | ...ted (|| InnerComponent_rectangle_480 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_480> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_480>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-8807231022404250387.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_485>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29778:121
[INFO] [stdout]       |
[INFO] [stdout] 29778 | ...d (|| InnerComponent_selectabletext_485 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_485> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_485>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-16045267553114538406.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_487>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29784:121
[INFO] [stdout]       |
[INFO] [stdout] 29784 | ...ated (|| InnerComponent_lineedit_487 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_487> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_487>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-14684249970211998053.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_494>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29790:121
[INFO] [stdout]       |
[INFO] [stdout] 29790 | ...ted (|| InnerComponent_rectangle_494 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_494> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_494>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-18017531601249250325.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_517>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:34791:121
[INFO] [stdout]       |
[INFO] [stdout] 34791 | ...ted (|| InnerComponent_rectangle_517 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_517> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_517>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-1634123894352111221.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_517>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:34838:121
[INFO] [stdout]       |
[INFO] [stdout] 34838 | ...ted (|| InnerComponent_rectangle_517 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_517> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_517>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-1634123894352111221.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_517>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:34856:121
[INFO] [stdout]       |
[INFO] [stdout] 34856 | ...ted (|| InnerComponent_rectangle_517 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_517> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_517>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-1634123894352111221.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_533>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37119:26
[INFO] [stdout]       |
[INFO] [stdout] 37119 | ...   InnerComponent_rectangle_533 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_533> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_533>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-16540342832750304369.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_572>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37123:124
[INFO] [stdout]       |
[INFO] [stdout] 37123 | ...ted (|| InnerComponent_rectangle_572 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_572> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_572>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-9520870237274176144.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_576>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37126:124
[INFO] [stdout]       |
[INFO] [stdout] 37126 | ...d (|| InnerComponent_selectabletext_576 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_576> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_576>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-10665940868507874716.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_578>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37129:124
[INFO] [stdout]       |
[INFO] [stdout] 37129 | ...ated (|| InnerComponent_lineedit_578 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_578> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_578>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-4682103921145151741.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_580>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37132:124
[INFO] [stdout]       |
[INFO] [stdout] 37132 | ...d (|| InnerComponent_selectabletext_580 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_580> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_580>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-14003023587594234224.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_combobox_582>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37135:124
[INFO] [stdout]       |
[INFO] [stdout] 37135 | ...ated (|| InnerComponent_combobox_582 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_combobox_582> as Into<VRc<ItemTreeVTable, InnerComponent_combobox_582>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-5995458484500725470.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_584>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37138:124
[INFO] [stdout]       |
[INFO] [stdout] 37138 | ...d (|| InnerComponent_selectabletext_584 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_584> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_584>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-3594972851582452219.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_586>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37141:124
[INFO] [stdout]       |
[INFO] [stdout] 37141 | ...ated (|| InnerComponent_lineedit_586 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_586> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_586>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-5257815484244316376.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_533>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37179:26
[INFO] [stdout]       |
[INFO] [stdout] 37179 | ...   InnerComponent_rectangle_533 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_533> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_533>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-16540342832750304369.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_572>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37183:124
[INFO] [stdout]       |
[INFO] [stdout] 37183 | ...ted (|| InnerComponent_rectangle_572 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_572> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_572>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-9520870237274176144.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_576>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37186:124
[INFO] [stdout]       |
[INFO] [stdout] 37186 | ...d (|| InnerComponent_selectabletext_576 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_576> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_576>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-10665940868507874716.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_578>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37189:124
[INFO] [stdout]       |
[INFO] [stdout] 37189 | ...ated (|| InnerComponent_lineedit_578 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_578> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_578>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-4682103921145151741.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_580>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37192:124
[INFO] [stdout]       |
[INFO] [stdout] 37192 | ...d (|| InnerComponent_selectabletext_580 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_580> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_580>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-14003023587594234224.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_combobox_582>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37195:124
[INFO] [stdout]       |
[INFO] [stdout] 37195 | ...ated (|| InnerComponent_combobox_582 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_combobox_582> as Into<VRc<ItemTreeVTable, InnerComponent_combobox_582>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-5995458484500725470.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_584>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37198:124
[INFO] [stdout]       |
[INFO] [stdout] 37198 | ...d (|| InnerComponent_selectabletext_584 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_584> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_584>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-3594972851582452219.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_586>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37201:124
[INFO] [stdout]       |
[INFO] [stdout] 37201 | ...ated (|| InnerComponent_lineedit_586 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_586> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_586>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-5257815484244316376.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_533>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37210:26
[INFO] [stdout]       |
[INFO] [stdout] 37210 | ...   InnerComponent_rectangle_533 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_533> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_533>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-16540342832750304369.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_572>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37217:124
[INFO] [stdout]       |
[INFO] [stdout] 37217 | ...ted (|| InnerComponent_rectangle_572 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_572> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_572>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-9520870237274176144.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_576>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37223:124
[INFO] [stdout]       |
[INFO] [stdout] 37223 | ...d (|| InnerComponent_selectabletext_576 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_576> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_576>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-10665940868507874716.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_578>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37229:124
[INFO] [stdout]       |
[INFO] [stdout] 37229 | ...ated (|| InnerComponent_lineedit_578 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_578> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_578>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-4682103921145151741.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_580>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37235:124
[INFO] [stdout]       |
[INFO] [stdout] 37235 | ...d (|| InnerComponent_selectabletext_580 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_580> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_580>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-14003023587594234224.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_combobox_582>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37241:124
[INFO] [stdout]       |
[INFO] [stdout] 37241 | ...ated (|| InnerComponent_combobox_582 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_combobox_582> as Into<VRc<ItemTreeVTable, InnerComponent_combobox_582>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-5995458484500725470.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_584>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37247:124
[INFO] [stdout]       |
[INFO] [stdout] 37247 | ...d (|| InnerComponent_selectabletext_584 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_584> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_584>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-3594972851582452219.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_586>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37253:124
[INFO] [stdout]       |
[INFO] [stdout] 37253 | ...ated (|| InnerComponent_lineedit_586 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_586> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_586>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-5257815484244316376.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_535>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37489:124
[INFO] [stdout]       |
[INFO] [stdout] 37489 | ...ted (|| InnerComponent_rectangle_535 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_535> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_535>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-7327834236175256833.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_539>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37492:124
[INFO] [stdout]       |
[INFO] [stdout] 37492 | ...ted (|| InnerComponent_rectangle_539 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_539> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_539>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-12339217769208061629.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_535>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37505:124
[INFO] [stdout]       |
[INFO] [stdout] 37505 | ...ted (|| InnerComponent_rectangle_535 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_535> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_535>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-7327834236175256833.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_539>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37508:124
[INFO] [stdout]       |
[INFO] [stdout] 37508 | ...ted (|| InnerComponent_rectangle_539 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_539> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_539>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-12339217769208061629.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_535>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37516:124
[INFO] [stdout]       |
[INFO] [stdout] 37516 | ...ted (|| InnerComponent_rectangle_535 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_535> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_535>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-7327834236175256833.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_539>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37522:124
[INFO] [stdout]       |
[INFO] [stdout] 37522 | ...ted (|| InnerComponent_rectangle_539 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_539> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_539>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-12339217769208061629.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_592>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40166:120
[INFO] [stdout]       |
[INFO] [stdout] 40166 | ...ted (|| InnerComponent_rectangle_592 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_592> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_592>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-5540966319186572953.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_createplandialog_594>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40169:120
[INFO] [stdout]       |
[INFO] [stdout] 40169 | ... (|| InnerComponent_createplandialog_594 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_createplandialog_594> as Into<VRc<ItemTreeVTable, InnerComponent_createplandialog_594>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-10796002012698350274.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_renameplandialog_596>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40172:120
[INFO] [stdout]       |
[INFO] [stdout] 40172 | ... (|| InnerComponent_renameplandialog_596 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_renameplandialog_596> as Into<VRc<ItemTreeVTable, InnerComponent_renameplandialog_596>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-697796160777488438.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_deleteplandialog_598>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40175:120
[INFO] [stdout]       |
[INFO] [stdout] 40175 | ... (|| InnerComponent_deleteplandialog_598 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_deleteplandialog_598> as Into<VRc<ItemTreeVTable, InnerComponent_deleteplandialog_598>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-771220987413581880.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_importconflictdialog_600>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40178:120
[INFO] [stdout]       |
[INFO] [stdout] 40178 | ...|| InnerComponent_importconflictdialog_600 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_importconflictdialog_600> as Into<VRc<ItemTreeVTable, InnerComponent_importconflictdialog_600>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-12794154970523752006.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_itemdialog_602>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40181:120
[INFO] [stdout]       |
[INFO] [stdout] 40181 | ...ted (|| InnerComponent_itemdialog_602 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_itemdialog_602> as Into<VRc<ItemTreeVTable, InnerComponent_itemdialog_602>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-11512405528887130031.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_groupdialog_604>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40184:120
[INFO] [stdout]       |
[INFO] [stdout] 40184 | ...ed (|| InnerComponent_groupdialog_604 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_groupdialog_604> as Into<VRc<ItemTreeVTable, InnerComponent_groupdialog_604>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-16830844583075079607.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_scheduledialog_606>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40187:120
[INFO] [stdout]       |
[INFO] [stdout] 40187 | ...d (|| InnerComponent_scheduledialog_606 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_scheduledialog_606> as Into<VRc<ItemTreeVTable, InnerComponent_scheduledialog_606>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-6420759233728000711.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_592>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40200:120
[INFO] [stdout]       |
[INFO] [stdout] 40200 | ...ted (|| InnerComponent_rectangle_592 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_592> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_592>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-5540966319186572953.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_createplandialog_594>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40203:120
[INFO] [stdout]       |
[INFO] [stdout] 40203 | ... (|| InnerComponent_createplandialog_594 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_createplandialog_594> as Into<VRc<ItemTreeVTable, InnerComponent_createplandialog_594>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-10796002012698350274.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_renameplandialog_596>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40206:120
[INFO] [stdout]       |
[INFO] [stdout] 40206 | ... (|| InnerComponent_renameplandialog_596 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_renameplandialog_596> as Into<VRc<ItemTreeVTable, InnerComponent_renameplandialog_596>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-697796160777488438.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_deleteplandialog_598>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40209:120
[INFO] [stdout]       |
[INFO] [stdout] 40209 | ... (|| InnerComponent_deleteplandialog_598 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_deleteplandialog_598> as Into<VRc<ItemTreeVTable, InnerComponent_deleteplandialog_598>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-771220987413581880.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_importconflictdialog_600>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40212:120
[INFO] [stdout]       |
[INFO] [stdout] 40212 | ...|| InnerComponent_importconflictdialog_600 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_importconflictdialog_600> as Into<VRc<ItemTreeVTable, InnerComponent_importconflictdialog_600>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-12794154970523752006.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_itemdialog_602>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40215:120
[INFO] [stdout]       |
[INFO] [stdout] 40215 | ...ted (|| InnerComponent_itemdialog_602 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_itemdialog_602> as Into<VRc<ItemTreeVTable, InnerComponent_itemdialog_602>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-11512405528887130031.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_groupdialog_604>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40218:120
[INFO] [stdout]       |
[INFO] [stdout] 40218 | ...ed (|| InnerComponent_groupdialog_604 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_groupdialog_604> as Into<VRc<ItemTreeVTable, InnerComponent_groupdialog_604>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-16830844583075079607.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_scheduledialog_606>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40221:120
[INFO] [stdout]       |
[INFO] [stdout] 40221 | ...d (|| InnerComponent_scheduledialog_606 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_scheduledialog_606> as Into<VRc<ItemTreeVTable, InnerComponent_scheduledialog_606>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-6420759233728000711.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_592>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40229:120
[INFO] [stdout]       |
[INFO] [stdout] 40229 | ...ted (|| InnerComponent_rectangle_592 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_592> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_592>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-5540966319186572953.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_createplandialog_594>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40235:120
[INFO] [stdout]       |
[INFO] [stdout] 40235 | ... (|| InnerComponent_createplandialog_594 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_createplandialog_594> as Into<VRc<ItemTreeVTable, InnerComponent_createplandialog_594>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-10796002012698350274.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_renameplandialog_596>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40241:120
[INFO] [stdout]       |
[INFO] [stdout] 40241 | ... (|| InnerComponent_renameplandialog_596 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_renameplandialog_596> as Into<VRc<ItemTreeVTable, InnerComponent_renameplandialog_596>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-697796160777488438.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_deleteplandialog_598>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40247:120
[INFO] [stdout]       |
[INFO] [stdout] 40247 | ... (|| InnerComponent_deleteplandialog_598 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_deleteplandialog_598> as Into<VRc<ItemTreeVTable, InnerComponent_deleteplandialog_598>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-771220987413581880.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_importconflictdialog_600>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40253:120
[INFO] [stdout]       |
[INFO] [stdout] 40253 | ...|| InnerComponent_importconflictdialog_600 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_importconflictdialog_600> as Into<VRc<ItemTreeVTable, InnerComponent_importconflictdialog_600>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-12794154970523752006.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_itemdialog_602>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40259:120
[INFO] [stdout]       |
[INFO] [stdout] 40259 | ...ted (|| InnerComponent_itemdialog_602 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_itemdialog_602> as Into<VRc<ItemTreeVTable, InnerComponent_itemdialog_602>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-11512405528887130031.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_groupdialog_604>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40265:120
[INFO] [stdout]       |
[INFO] [stdout] 40265 | ...ed (|| InnerComponent_groupdialog_604 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_groupdialog_604> as Into<VRc<ItemTreeVTable, InnerComponent_groupdialog_604>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-16830844583075079607.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_scheduledialog_606>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40271:120
[INFO] [stdout]       |
[INFO] [stdout] 40271 | ...d (|| InnerComponent_scheduledialog_606 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_scheduledialog_606> as Into<VRc<ItemTreeVTable, InnerComponent_scheduledialog_606>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-6420759233728000711.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_image_620>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:43282:30
[INFO] [stdout]       |
[INFO] [stdout] 43282 | ...                   InnerComponent_image_620 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_image_620> as Into<VRc<ItemTreeVTable, InnerComponent_image_620>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-8200427303551367900.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_image_620>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:43355:30
[INFO] [stdout]       |
[INFO] [stdout] 43355 | ...                   InnerComponent_image_620 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_image_620> as Into<VRc<ItemTreeVTable, InnerComponent_image_620>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-8200427303551367900.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_image_620>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:43411:30
[INFO] [stdout]       |
[INFO] [stdout] 43411 | ...                   InnerComponent_image_620 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_image_620> as Into<VRc<ItemTreeVTable, InnerComponent_image_620>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-8200427303551367900.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_text_614>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:43670:122
[INFO] [stdout]       |
[INFO] [stdout] 43670 | ...pdated (|| InnerComponent_text_614 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_text_614> as Into<VRc<ItemTreeVTable, InnerComponent_text_614>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-338083529028285505.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_image_620>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:43673:122
[INFO] [stdout]       |
[INFO] [stdout] 43673 | ...dated (|| InnerComponent_image_620 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_image_620> as Into<VRc<ItemTreeVTable, InnerComponent_image_620>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-8200427303551367900.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_622>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:43676:122
[INFO] [stdout]       |
[INFO] [stdout] 43676 | ...ted (|| InnerComponent_rectangle_622 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_622> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_622>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-10348851337205022093.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_text_614>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:43743:122
[INFO] [stdout]       |
[INFO] [stdout] 43743 | ...pdated (|| InnerComponent_text_614 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_text_614> as Into<VRc<ItemTreeVTable, InnerComponent_text_614>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-338083529028285505.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_image_620>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:43746:122
[INFO] [stdout]       |
[INFO] [stdout] 43746 | ...dated (|| InnerComponent_image_620 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_image_620> as Into<VRc<ItemTreeVTable, InnerComponent_image_620>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-8200427303551367900.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_622>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:43749:122
[INFO] [stdout]       |
[INFO] [stdout] 43749 | ...ted (|| InnerComponent_rectangle_622 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_622> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_622>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-10348851337205022093.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_text_614>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:43757:122
[INFO] [stdout]       |
[INFO] [stdout] 43757 | ...pdated (|| InnerComponent_text_614 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_text_614> as Into<VRc<ItemTreeVTable, InnerComponent_text_614>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-338083529028285505.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_image_620>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:43763:122
[INFO] [stdout]       |
[INFO] [stdout] 43763 | ...dated (|| InnerComponent_image_620 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_image_620> as Into<VRc<ItemTreeVTable, InnerComponent_image_620>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-8200427303551367900.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_622>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:43769:122
[INFO] [stdout]       |
[INFO] [stdout] 43769 | ...ted (|| InnerComponent_rectangle_622 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_622> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_622>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-10348851337205022093.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_menuitem_652>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:45099:30
[INFO] [stdout]       |
[INFO] [stdout] 45099 | ...                   InnerComponent_menuitem_652 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_menuitem_652> as Into<VRc<ItemTreeVTable, InnerComponent_menuitem_652>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-18084662943516456413.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_menuitem_652>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:45127:30
[INFO] [stdout]       |
[INFO] [stdout] 45127 | ...                   InnerComponent_menuitem_652 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_menuitem_652> as Into<VRc<ItemTreeVTable, InnerComponent_menuitem_652>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-18084662943516456413.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_menuitem_652>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:45150:30
[INFO] [stdout]       |
[INFO] [stdout] 45150 | ...                   InnerComponent_menuitem_652 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_menuitem_652> as Into<VRc<ItemTreeVTable, InnerComponent_menuitem_652>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-18084662943516456413.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerPopupMenuImpl_root_645>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:45584:137
[INFO] [stdout]       |
[INFO] [stdout] 45584 | ... window ()) . show_popup (& sp :: VRc :: into_dyn (popup_instance . into ()) , position , sp :: PopupClosePolicy :: CloseOnCli...
[INFO] [stdout]       |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerPopupMenuImpl_root_645> as Into<VRc<ItemTreeVTable, InnerPopupMenuImpl_root_645>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-10552669756658974940.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_menuitem_652>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:45667:123
[INFO] [stdout]       |
[INFO] [stdout] 45667 | ...ated (|| InnerComponent_menuitem_652 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_menuitem_652> as Into<VRc<ItemTreeVTable, InnerComponent_menuitem_652>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-18084662943516456413.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_keybinding_654>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:45670:123
[INFO] [stdout]       |
[INFO] [stdout] 45670 | ...ted (|| InnerComponent_keybinding_654 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_keybinding_654> as Into<VRc<ItemTreeVTable, InnerComponent_keybinding_654>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-16875995791889889296.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_menuitem_652>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:45683:123
[INFO] [stdout]       |
[INFO] [stdout] 45683 | ...ated (|| InnerComponent_menuitem_652 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_menuitem_652> as Into<VRc<ItemTreeVTable, InnerComponent_menuitem_652>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-18084662943516456413.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_keybinding_654>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:45686:123
[INFO] [stdout]       |
[INFO] [stdout] 45686 | ...ted (|| InnerComponent_keybinding_654 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_keybinding_654> as Into<VRc<ItemTreeVTable, InnerComponent_keybinding_654>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-16875995791889889296.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_menuitem_652>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:45694:123
[INFO] [stdout]       |
[INFO] [stdout] 45694 | ...ated (|| InnerComponent_menuitem_652 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_menuitem_652> as Into<VRc<ItemTreeVTable, InnerComponent_menuitem_652>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-18084662943516456413.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_keybinding_654>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:45700:123
[INFO] [stdout]       |
[INFO] [stdout] 45700 | ...ted (|| InnerComponent_keybinding_654 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_keybinding_654> as Into<VRc<ItemTreeVTable, InnerComponent_keybinding_654>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-3117419bd95c75cb.long-type-16875995791889889296.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerPopupMenuImpl_root_645>`
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:703:141
[INFO] [stdout]     |
[INFO] [stdout] 703 | .... window ()) . show_popup (& sp :: VRc :: into_dyn (popup_instance . into ()) , position , sp :: PopupClosePolicy :: CloseOnClic...
[INFO] [stdout]     |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerPopupMenuImpl_root_645> as Into<VRc<ItemTreeVTable, InnerPopupMenuImpl_root_645>>::into(val) to avoid triggering this lint
[INFO] [stdout]     = note: `#[warn(self_type_conversion)]` on by default
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15334939239305680890.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:1614:30
[INFO] [stdout]      |
[INFO] [stdout] 1614 | ...   InnerComponent_lineeditclearicon_21 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21> as Into<VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-10750407690574116085.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:1624:30
[INFO] [stdout]      |
[INFO] [stdout] 1624 | ...   InnerComponent_lineeditpasswordicon_23 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23> as Into<VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-16348393107040942659.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:1669:30
[INFO] [stdout]      |
[INFO] [stdout] 1669 | ...   InnerComponent_lineeditclearicon_21 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21> as Into<VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-10750407690574116085.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:1677:30
[INFO] [stdout]      |
[INFO] [stdout] 1677 | ...   InnerComponent_lineeditpasswordicon_23 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23> as Into<VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-16348393107040942659.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:1717:30
[INFO] [stdout]      |
[INFO] [stdout] 1717 | ...   InnerComponent_lineeditclearicon_21 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21> as Into<VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-10750407690574116085.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:1725:30
[INFO] [stdout]      |
[INFO] [stdout] 1725 | ...   InnerComponent_lineeditpasswordicon_23 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23> as Into<VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-16348393107040942659.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:2011:117
[INFO] [stdout]      |
[INFO] [stdout] 2011 | ... (|| InnerComponent_lineeditclearicon_21 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21> as Into<VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-10750407690574116085.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:2014:117
[INFO] [stdout]      |
[INFO] [stdout] 2014 | ...(|| InnerComponent_lineeditpasswordicon_23 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23> as Into<VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-16348393107040942659.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:2051:117
[INFO] [stdout]      |
[INFO] [stdout] 2051 | ... (|| InnerComponent_lineeditclearicon_21 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21> as Into<VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-10750407690574116085.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:2054:117
[INFO] [stdout]      |
[INFO] [stdout] 2054 | ...(|| InnerComponent_lineeditpasswordicon_23 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23> as Into<VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-16348393107040942659.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:2062:117
[INFO] [stdout]      |
[INFO] [stdout] 2062 | ... (|| InnerComponent_lineeditclearicon_21 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21> as Into<VRc<ItemTreeVTable, InnerComponent_lineeditclearicon_21>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-10750407690574116085.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:2068:117
[INFO] [stdout]      |
[INFO] [stdout] 2068 | ...(|| InnerComponent_lineeditpasswordicon_23 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23> as Into<VRc<ItemTreeVTable, InnerComponent_lineeditpasswordicon_23>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-16348393107040942659.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_43>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:4875:26
[INFO] [stdout]      |
[INFO] [stdout] 4875 | ...   InnerComponent_rectangle_43 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_43> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_43>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-16171777321253789964.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_43>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:4946:26
[INFO] [stdout]      |
[INFO] [stdout] 4946 | ...   InnerComponent_rectangle_43 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_43> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_43>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-16171777321253789964.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_43>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:4958:26
[INFO] [stdout]      |
[INFO] [stdout] 4958 | ...   InnerComponent_rectangle_43 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_43> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_43>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-16171777321253789964.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_row_frame_126>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:9417:26
[INFO] [stdout]      |
[INFO] [stdout] 9417 | ...   InnerComponent_row_frame_126 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_row_frame_126> as Into<VRc<ItemTreeVTable, InnerComponent_row_frame_126>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-2129752520127953042.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_row_frame_126>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:9498:26
[INFO] [stdout]      |
[INFO] [stdout] 9498 | ...   InnerComponent_row_frame_126 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_row_frame_126> as Into<VRc<ItemTreeVTable, InnerComponent_row_frame_126>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-2129752520127953042.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_row_frame_126>`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:9508:26
[INFO] [stdout]      |
[INFO] [stdout] 9508 | ...   InnerComponent_row_frame_126 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_row_frame_126> as Into<VRc<ItemTreeVTable, InnerComponent_row_frame_126>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-2129752520127953042.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_129>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:10532:124
[INFO] [stdout]       |
[INFO] [stdout] 10532 | ...ted (|| InnerComponent_rectangle_129 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_129> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_129>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15055889838946826550.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_143>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:10535:124
[INFO] [stdout]       |
[INFO] [stdout] 10535 | ...ted (|| InnerComponent_rectangle_143 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_143> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_143>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-5099682099946953332.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_148>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:10538:124
[INFO] [stdout]       |
[INFO] [stdout] 10538 | ...ted (|| InnerComponent_rectangle_148 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_148> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_148>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-7933597275740112423.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_text_153>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:10541:124
[INFO] [stdout]       |
[INFO] [stdout] 10541 | ...pdated (|| InnerComponent_text_153 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_text_153> as Into<VRc<ItemTreeVTable, InnerComponent_text_153>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-14429104699301245129.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_129>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:10554:124
[INFO] [stdout]       |
[INFO] [stdout] 10554 | ...ted (|| InnerComponent_rectangle_129 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_129> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_129>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15055889838946826550.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_143>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:10557:124
[INFO] [stdout]       |
[INFO] [stdout] 10557 | ...ted (|| InnerComponent_rectangle_143 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_143> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_143>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-5099682099946953332.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_148>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:10560:124
[INFO] [stdout]       |
[INFO] [stdout] 10560 | ...ted (|| InnerComponent_rectangle_148 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_148> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_148>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-7933597275740112423.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_text_153>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:10563:124
[INFO] [stdout]       |
[INFO] [stdout] 10563 | ...pdated (|| InnerComponent_text_153 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_text_153> as Into<VRc<ItemTreeVTable, InnerComponent_text_153>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-14429104699301245129.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_129>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:10571:124
[INFO] [stdout]       |
[INFO] [stdout] 10571 | ...ted (|| InnerComponent_rectangle_129 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_129> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_129>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15055889838946826550.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_143>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:10577:124
[INFO] [stdout]       |
[INFO] [stdout] 10577 | ...ted (|| InnerComponent_rectangle_143 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_143> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_143>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-5099682099946953332.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_148>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:10583:124
[INFO] [stdout]       |
[INFO] [stdout] 10583 | ...ted (|| InnerComponent_rectangle_148 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_148> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_148>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-7933597275740112423.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_text_153>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:10589:124
[INFO] [stdout]       |
[INFO] [stdout] 10589 | ...pdated (|| InnerComponent_text_153 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_text_153> as Into<VRc<ItemTreeVTable, InnerComponent_text_153>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-14429104699301245129.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_201>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:11864:30
[INFO] [stdout]       |
[INFO] [stdout] 11864 | ...   InnerComponent_rectangle_201 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_201> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_201>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15514711141062705898.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_201>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:11937:30
[INFO] [stdout]       |
[INFO] [stdout] 11937 | ...   InnerComponent_rectangle_201 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_201> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_201>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15514711141062705898.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_201>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:12005:30
[INFO] [stdout]       |
[INFO] [stdout] 12005 | ...   InnerComponent_rectangle_201 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_201> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_201>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15514711141062705898.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_195>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:12197:30
[INFO] [stdout]       |
[INFO] [stdout] 12197 | ...   InnerComponent_rectangle_195 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_195> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_195>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-12128450269417049820.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_195>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:12235:30
[INFO] [stdout]       |
[INFO] [stdout] 12235 | ...   InnerComponent_rectangle_195 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_195> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_195>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-12128450269417049820.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_195>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:12292:30
[INFO] [stdout]       |
[INFO] [stdout] 12292 | ...   InnerComponent_rectangle_195 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_195> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_195>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-12128450269417049820.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_195>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:12985:124
[INFO] [stdout]       |
[INFO] [stdout] 12985 | ...ted (|| InnerComponent_rectangle_195 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_195> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_195>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-12128450269417049820.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_201>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:12988:124
[INFO] [stdout]       |
[INFO] [stdout] 12988 | ...ted (|| InnerComponent_rectangle_201 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_201> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_201>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15514711141062705898.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_195>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:13055:124
[INFO] [stdout]       |
[INFO] [stdout] 13055 | ...ted (|| InnerComponent_rectangle_195 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_195> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_195>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-12128450269417049820.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_201>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:13058:124
[INFO] [stdout]       |
[INFO] [stdout] 13058 | ...ted (|| InnerComponent_rectangle_201 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_201> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_201>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15514711141062705898.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_195>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:13066:124
[INFO] [stdout]       |
[INFO] [stdout] 13066 | ...ted (|| InnerComponent_rectangle_195 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_195> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_195>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-12128450269417049820.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_201>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:13072:124
[INFO] [stdout]       |
[INFO] [stdout] 13072 | ...ted (|| InnerComponent_rectangle_201 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_201> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_201>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15514711141062705898.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_210>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:15274:26
[INFO] [stdout]       |
[INFO] [stdout] 15274 | ...   InnerComponent_rectangle_210 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_210> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_210>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15125053275015513091.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_210>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:15319:26
[INFO] [stdout]       |
[INFO] [stdout] 15319 | ...   InnerComponent_rectangle_210 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_210> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_210>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15125053275015513091.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_210>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:15329:26
[INFO] [stdout]       |
[INFO] [stdout] 15329 | ...   InnerComponent_rectangle_210 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_210> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_210>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15125053275015513091.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerPopupMenuImpl_root_645>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:16433:141
[INFO] [stdout]       |
[INFO] [stdout] 16433 | ... window ()) . show_popup (& sp :: VRc :: into_dyn (popup_instance . into ()) , position , sp :: PopupClosePolicy :: CloseOnCli...
[INFO] [stdout]       |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerPopupMenuImpl_root_645> as Into<VRc<ItemTreeVTable, InnerPopupMenuImpl_root_645>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15334939239305680890.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_298>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:18566:125
[INFO] [stdout]       |
[INFO] [stdout] 18566 | ...ted (|| InnerComponent_rectangle_298 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_298> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_298>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-11563308128900773320.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_301>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:18569:125
[INFO] [stdout]       |
[INFO] [stdout] 18569 | ...ted (|| InnerComponent_rectangle_301 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_301> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_301>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-4788065387188992912.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_298>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:18582:125
[INFO] [stdout]       |
[INFO] [stdout] 18582 | ...ted (|| InnerComponent_rectangle_298 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_298> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_298>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-11563308128900773320.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_301>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:18585:125
[INFO] [stdout]       |
[INFO] [stdout] 18585 | ...ted (|| InnerComponent_rectangle_301 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_301> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_301>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-4788065387188992912.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_298>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:18593:125
[INFO] [stdout]       |
[INFO] [stdout] 18593 | ...ted (|| InnerComponent_rectangle_298 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_298> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_298>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-11563308128900773320.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_301>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:18599:125
[INFO] [stdout]       |
[INFO] [stdout] 18599 | ...ted (|| InnerComponent_rectangle_301 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_301> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_301>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-4788065387188992912.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_popup_396>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:25113:215
[INFO] [stdout]       |
[INFO] [stdout] 25113 | ... window ()) . show_popup (& sp :: VRc :: into_dyn (popup_instance . into ()) , position , sp :: r#PopupClosePolicy :: r#CloseO...
[INFO] [stdout]       |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_popup_396> as Into<VRc<ItemTreeVTable, InnerComponent_popup_396>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-5770728615968322623.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_focusborder_394>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:25393:118
[INFO] [stdout]       |
[INFO] [stdout] 25393 | ...ed (|| InnerComponent_focusborder_394 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_focusborder_394> as Into<VRc<ItemTreeVTable, InnerComponent_focusborder_394>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-3659907429783132883.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_focusborder_394>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:25430:118
[INFO] [stdout]       |
[INFO] [stdout] 25430 | ...ed (|| InnerComponent_focusborder_394 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_focusborder_394> as Into<VRc<ItemTreeVTable, InnerComponent_focusborder_394>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-3659907429783132883.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_focusborder_394>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:25438:118
[INFO] [stdout]       |
[INFO] [stdout] 25438 | ...ed (|| InnerComponent_focusborder_394 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_focusborder_394> as Into<VRc<ItemTreeVTable, InnerComponent_focusborder_394>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-3659907429783132883.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_empty_405>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:25646:30
[INFO] [stdout]       |
[INFO] [stdout] 25646 | ...                   InnerComponent_empty_405 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_empty_405> as Into<VRc<ItemTreeVTable, InnerComponent_empty_405>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-12867127509223242223.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_empty_405>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:25674:30
[INFO] [stdout]       |
[INFO] [stdout] 25674 | ...                   InnerComponent_empty_405 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_empty_405> as Into<VRc<ItemTreeVTable, InnerComponent_empty_405>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-12867127509223242223.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_empty_405>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:25697:30
[INFO] [stdout]       |
[INFO] [stdout] 25697 | ...                   InnerComponent_empty_405 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_empty_405> as Into<VRc<ItemTreeVTable, InnerComponent_empty_405>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-12867127509223242223.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_empty_405>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:27110:120
[INFO] [stdout]       |
[INFO] [stdout] 27110 | ...dated (|| InnerComponent_empty_405 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_empty_405> as Into<VRc<ItemTreeVTable, InnerComponent_empty_405>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-12867127509223242223.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_empty_405>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:27123:120
[INFO] [stdout]       |
[INFO] [stdout] 27123 | ...dated (|| InnerComponent_empty_405 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_empty_405> as Into<VRc<ItemTreeVTable, InnerComponent_empty_405>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-12867127509223242223.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_empty_405>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:27131:120
[INFO] [stdout]       |
[INFO] [stdout] 27131 | ...dated (|| InnerComponent_empty_405 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_empty_405> as Into<VRc<ItemTreeVTable, InnerComponent_empty_405>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-12867127509223242223.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_focusborder_406>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:27540:120
[INFO] [stdout]       |
[INFO] [stdout] 27540 | ...ed (|| InnerComponent_focusborder_406 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_focusborder_406> as Into<VRc<ItemTreeVTable, InnerComponent_focusborder_406>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-1532911221168704217.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_focusborder_406>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:27613:120
[INFO] [stdout]       |
[INFO] [stdout] 27613 | ...ed (|| InnerComponent_focusborder_406 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_focusborder_406> as Into<VRc<ItemTreeVTable, InnerComponent_focusborder_406>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-1532911221168704217.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_focusborder_406>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:27621:120
[INFO] [stdout]       |
[INFO] [stdout] 27621 | ...ed (|| InnerComponent_focusborder_406 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_focusborder_406> as Into<VRc<ItemTreeVTable, InnerComponent_focusborder_406>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-1532911221168704217.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_452>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29541:120
[INFO] [stdout]       |
[INFO] [stdout] 29541 | ...ted (|| InnerComponent_rectangle_452 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_452> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_452>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-8502528164661147644.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_458>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29544:120
[INFO] [stdout]       |
[INFO] [stdout] 29544 | ...d (|| InnerComponent_selectabletext_458 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_458> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_458>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-3606989943717040880.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_460>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29547:120
[INFO] [stdout]       |
[INFO] [stdout] 29547 | ...ated (|| InnerComponent_lineedit_460 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_460> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_460>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-5479593634614728409.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_462>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29550:120
[INFO] [stdout]       |
[INFO] [stdout] 29550 | ...d (|| InnerComponent_selectabletext_462 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_462> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_462>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-6253334066035650500.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_464>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29553:120
[INFO] [stdout]       |
[INFO] [stdout] 29553 | ...ated (|| InnerComponent_lineedit_464 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_464> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_464>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-8750855467391624261.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_466>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29556:120
[INFO] [stdout]       |
[INFO] [stdout] 29556 | ...d (|| InnerComponent_selectabletext_466 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_466> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_466>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15923514197797673496.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_468>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29559:120
[INFO] [stdout]       |
[INFO] [stdout] 29559 | ...ated (|| InnerComponent_lineedit_468 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_468> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_468>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15028382953215264953.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_470>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29562:120
[INFO] [stdout]       |
[INFO] [stdout] 29562 | ...d (|| InnerComponent_selectabletext_470 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_470> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_470>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-12659819780630624622.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_472>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29565:120
[INFO] [stdout]       |
[INFO] [stdout] 29565 | ...ated (|| InnerComponent_lineedit_472 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_472> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_472>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15637653359820507899.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_474>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29568:120
[INFO] [stdout]       |
[INFO] [stdout] 29568 | ...d (|| InnerComponent_selectabletext_474 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_474> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_474>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-14487931566778345682.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_combobox_476>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29571:121
[INFO] [stdout]       |
[INFO] [stdout] 29571 | ...ated (|| InnerComponent_combobox_476 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_combobox_476> as Into<VRc<ItemTreeVTable, InnerComponent_combobox_476>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-9361698889319127218.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_478>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29574:121
[INFO] [stdout]       |
[INFO] [stdout] 29574 | ...d (|| InnerComponent_selectabletext_478 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_478> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_478>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-9739653376489382182.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_480>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29577:121
[INFO] [stdout]       |
[INFO] [stdout] 29577 | ...ted (|| InnerComponent_rectangle_480 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_480> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_480>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-13146739070329292170.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_485>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29580:121
[INFO] [stdout]       |
[INFO] [stdout] 29580 | ...d (|| InnerComponent_selectabletext_485 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_485> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_485>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-9024718970376569039.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_487>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29583:121
[INFO] [stdout]       |
[INFO] [stdout] 29583 | ...ated (|| InnerComponent_lineedit_487 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_487> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_487>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-3167011197500933688.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_494>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29586:121
[INFO] [stdout]       |
[INFO] [stdout] 29586 | ...ted (|| InnerComponent_rectangle_494 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_494> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_494>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-17780923505501146245.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_452>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29635:120
[INFO] [stdout]       |
[INFO] [stdout] 29635 | ...ted (|| InnerComponent_rectangle_452 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_452> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_452>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-8502528164661147644.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_458>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29638:120
[INFO] [stdout]       |
[INFO] [stdout] 29638 | ...d (|| InnerComponent_selectabletext_458 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_458> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_458>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-3606989943717040880.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_460>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29641:120
[INFO] [stdout]       |
[INFO] [stdout] 29641 | ...ated (|| InnerComponent_lineedit_460 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_460> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_460>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-5479593634614728409.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_462>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29644:120
[INFO] [stdout]       |
[INFO] [stdout] 29644 | ...d (|| InnerComponent_selectabletext_462 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_462> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_462>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-6253334066035650500.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_464>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29647:120
[INFO] [stdout]       |
[INFO] [stdout] 29647 | ...ated (|| InnerComponent_lineedit_464 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_464> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_464>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-8750855467391624261.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_466>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29650:120
[INFO] [stdout]       |
[INFO] [stdout] 29650 | ...d (|| InnerComponent_selectabletext_466 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_466> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_466>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15923514197797673496.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_468>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29653:120
[INFO] [stdout]       |
[INFO] [stdout] 29653 | ...ated (|| InnerComponent_lineedit_468 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_468> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_468>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15028382953215264953.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_470>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29656:120
[INFO] [stdout]       |
[INFO] [stdout] 29656 | ...d (|| InnerComponent_selectabletext_470 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_470> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_470>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-12659819780630624622.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_472>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29659:120
[INFO] [stdout]       |
[INFO] [stdout] 29659 | ...ated (|| InnerComponent_lineedit_472 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_472> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_472>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15637653359820507899.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_474>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29662:120
[INFO] [stdout]       |
[INFO] [stdout] 29662 | ...d (|| InnerComponent_selectabletext_474 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_474> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_474>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-14487931566778345682.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_combobox_476>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29665:121
[INFO] [stdout]       |
[INFO] [stdout] 29665 | ...ated (|| InnerComponent_combobox_476 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_combobox_476> as Into<VRc<ItemTreeVTable, InnerComponent_combobox_476>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-9361698889319127218.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_478>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29668:121
[INFO] [stdout]       |
[INFO] [stdout] 29668 | ...d (|| InnerComponent_selectabletext_478 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_478> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_478>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-9739653376489382182.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_480>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29671:121
[INFO] [stdout]       |
[INFO] [stdout] 29671 | ...ted (|| InnerComponent_rectangle_480 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_480> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_480>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-13146739070329292170.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_485>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29674:121
[INFO] [stdout]       |
[INFO] [stdout] 29674 | ...d (|| InnerComponent_selectabletext_485 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_485> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_485>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-9024718970376569039.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_487>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29677:121
[INFO] [stdout]       |
[INFO] [stdout] 29677 | ...ated (|| InnerComponent_lineedit_487 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_487> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_487>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-3167011197500933688.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_494>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29680:121
[INFO] [stdout]       |
[INFO] [stdout] 29680 | ...ted (|| InnerComponent_rectangle_494 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_494> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_494>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-17780923505501146245.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_452>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29700:120
[INFO] [stdout]       |
[INFO] [stdout] 29700 | ...ted (|| InnerComponent_rectangle_452 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_452> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_452>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-8502528164661147644.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_458>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29706:120
[INFO] [stdout]       |
[INFO] [stdout] 29706 | ...d (|| InnerComponent_selectabletext_458 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_458> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_458>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-3606989943717040880.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_460>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29712:120
[INFO] [stdout]       |
[INFO] [stdout] 29712 | ...ated (|| InnerComponent_lineedit_460 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_460> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_460>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-5479593634614728409.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_462>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29718:120
[INFO] [stdout]       |
[INFO] [stdout] 29718 | ...d (|| InnerComponent_selectabletext_462 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_462> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_462>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-6253334066035650500.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_464>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29724:120
[INFO] [stdout]       |
[INFO] [stdout] 29724 | ...ated (|| InnerComponent_lineedit_464 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_464> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_464>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-8750855467391624261.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_466>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29730:120
[INFO] [stdout]       |
[INFO] [stdout] 29730 | ...d (|| InnerComponent_selectabletext_466 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_466> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_466>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15923514197797673496.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_468>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29736:120
[INFO] [stdout]       |
[INFO] [stdout] 29736 | ...ated (|| InnerComponent_lineedit_468 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_468> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_468>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15028382953215264953.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_470>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29742:120
[INFO] [stdout]       |
[INFO] [stdout] 29742 | ...d (|| InnerComponent_selectabletext_470 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_470> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_470>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-12659819780630624622.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_472>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29748:120
[INFO] [stdout]       |
[INFO] [stdout] 29748 | ...ated (|| InnerComponent_lineedit_472 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_472> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_472>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15637653359820507899.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_474>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29754:120
[INFO] [stdout]       |
[INFO] [stdout] 29754 | ...d (|| InnerComponent_selectabletext_474 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_474> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_474>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-14487931566778345682.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_combobox_476>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29760:121
[INFO] [stdout]       |
[INFO] [stdout] 29760 | ...ated (|| InnerComponent_combobox_476 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_combobox_476> as Into<VRc<ItemTreeVTable, InnerComponent_combobox_476>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-9361698889319127218.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_478>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29766:121
[INFO] [stdout]       |
[INFO] [stdout] 29766 | ...d (|| InnerComponent_selectabletext_478 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_478> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_478>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-9739653376489382182.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_480>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29772:121
[INFO] [stdout]       |
[INFO] [stdout] 29772 | ...ted (|| InnerComponent_rectangle_480 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_480> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_480>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-13146739070329292170.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_485>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29778:121
[INFO] [stdout]       |
[INFO] [stdout] 29778 | ...d (|| InnerComponent_selectabletext_485 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_485> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_485>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-9024718970376569039.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_487>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29784:121
[INFO] [stdout]       |
[INFO] [stdout] 29784 | ...ated (|| InnerComponent_lineedit_487 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_487> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_487>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-3167011197500933688.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_494>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:29790:121
[INFO] [stdout]       |
[INFO] [stdout] 29790 | ...ted (|| InnerComponent_rectangle_494 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_494> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_494>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-17780923505501146245.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_517>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:34791:121
[INFO] [stdout]       |
[INFO] [stdout] 34791 | ...ted (|| InnerComponent_rectangle_517 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_517> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_517>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-3421281309279966728.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_517>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:34838:121
[INFO] [stdout]       |
[INFO] [stdout] 34838 | ...ted (|| InnerComponent_rectangle_517 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_517> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_517>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-3421281309279966728.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_517>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:34856:121
[INFO] [stdout]       |
[INFO] [stdout] 34856 | ...ted (|| InnerComponent_rectangle_517 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_517> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_517>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-3421281309279966728.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_533>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37119:26
[INFO] [stdout]       |
[INFO] [stdout] 37119 | ...   InnerComponent_rectangle_533 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_533> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_533>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-1177959634512452668.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_572>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37123:124
[INFO] [stdout]       |
[INFO] [stdout] 37123 | ...ted (|| InnerComponent_rectangle_572 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_572> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_572>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-9002154474960131513.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_576>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37126:124
[INFO] [stdout]       |
[INFO] [stdout] 37126 | ...d (|| InnerComponent_selectabletext_576 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_576> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_576>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-1866493773187244276.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_578>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37129:124
[INFO] [stdout]       |
[INFO] [stdout] 37129 | ...ated (|| InnerComponent_lineedit_578 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_578> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_578>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-16900160430861740765.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_580>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37132:124
[INFO] [stdout]       |
[INFO] [stdout] 37132 | ...d (|| InnerComponent_selectabletext_580 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_580> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_580>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-17591521457919430388.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_combobox_582>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37135:124
[INFO] [stdout]       |
[INFO] [stdout] 37135 | ...ated (|| InnerComponent_combobox_582 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_combobox_582> as Into<VRc<ItemTreeVTable, InnerComponent_combobox_582>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-8007158612298424208.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_584>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37138:124
[INFO] [stdout]       |
[INFO] [stdout] 37138 | ...d (|| InnerComponent_selectabletext_584 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_584> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_584>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-10675199092342721228.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_586>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37141:124
[INFO] [stdout]       |
[INFO] [stdout] 37141 | ...ated (|| InnerComponent_lineedit_586 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_586> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_586>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-5856860405824582214.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_533>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37179:26
[INFO] [stdout]       |
[INFO] [stdout] 37179 | ...   InnerComponent_rectangle_533 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_533> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_533>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-1177959634512452668.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_572>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37183:124
[INFO] [stdout]       |
[INFO] [stdout] 37183 | ...ted (|| InnerComponent_rectangle_572 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_572> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_572>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-9002154474960131513.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_576>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37186:124
[INFO] [stdout]       |
[INFO] [stdout] 37186 | ...d (|| InnerComponent_selectabletext_576 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_576> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_576>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-1866493773187244276.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_578>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37189:124
[INFO] [stdout]       |
[INFO] [stdout] 37189 | ...ated (|| InnerComponent_lineedit_578 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_578> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_578>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-16900160430861740765.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_580>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37192:124
[INFO] [stdout]       |
[INFO] [stdout] 37192 | ...d (|| InnerComponent_selectabletext_580 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_580> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_580>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-17591521457919430388.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_combobox_582>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37195:124
[INFO] [stdout]       |
[INFO] [stdout] 37195 | ...ated (|| InnerComponent_combobox_582 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_combobox_582> as Into<VRc<ItemTreeVTable, InnerComponent_combobox_582>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-8007158612298424208.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_584>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37198:124
[INFO] [stdout]       |
[INFO] [stdout] 37198 | ...d (|| InnerComponent_selectabletext_584 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_584> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_584>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-10675199092342721228.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_586>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37201:124
[INFO] [stdout]       |
[INFO] [stdout] 37201 | ...ated (|| InnerComponent_lineedit_586 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_586> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_586>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-5856860405824582214.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_533>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37210:26
[INFO] [stdout]       |
[INFO] [stdout] 37210 | ...   InnerComponent_rectangle_533 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_533> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_533>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-1177959634512452668.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_572>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37217:124
[INFO] [stdout]       |
[INFO] [stdout] 37217 | ...ted (|| InnerComponent_rectangle_572 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_572> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_572>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-9002154474960131513.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_576>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37223:124
[INFO] [stdout]       |
[INFO] [stdout] 37223 | ...d (|| InnerComponent_selectabletext_576 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_576> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_576>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-1866493773187244276.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_578>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37229:124
[INFO] [stdout]       |
[INFO] [stdout] 37229 | ...ated (|| InnerComponent_lineedit_578 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_578> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_578>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-16900160430861740765.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_580>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37235:124
[INFO] [stdout]       |
[INFO] [stdout] 37235 | ...d (|| InnerComponent_selectabletext_580 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_580> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_580>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-17591521457919430388.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_combobox_582>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37241:124
[INFO] [stdout]       |
[INFO] [stdout] 37241 | ...ated (|| InnerComponent_combobox_582 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_combobox_582> as Into<VRc<ItemTreeVTable, InnerComponent_combobox_582>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-8007158612298424208.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_selectabletext_584>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37247:124
[INFO] [stdout]       |
[INFO] [stdout] 37247 | ...d (|| InnerComponent_selectabletext_584 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_selectabletext_584> as Into<VRc<ItemTreeVTable, InnerComponent_selectabletext_584>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-10675199092342721228.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_lineedit_586>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37253:124
[INFO] [stdout]       |
[INFO] [stdout] 37253 | ...ated (|| InnerComponent_lineedit_586 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_lineedit_586> as Into<VRc<ItemTreeVTable, InnerComponent_lineedit_586>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-5856860405824582214.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_535>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37489:124
[INFO] [stdout]       |
[INFO] [stdout] 37489 | ...ted (|| InnerComponent_rectangle_535 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_535> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_535>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-18320990292762911674.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_539>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37492:124
[INFO] [stdout]       |
[INFO] [stdout] 37492 | ...ted (|| InnerComponent_rectangle_539 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_539> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_539>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-2249371385644950685.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_535>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37505:124
[INFO] [stdout]       |
[INFO] [stdout] 37505 | ...ted (|| InnerComponent_rectangle_535 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_535> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_535>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-18320990292762911674.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_539>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37508:124
[INFO] [stdout]       |
[INFO] [stdout] 37508 | ...ted (|| InnerComponent_rectangle_539 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_539> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_539>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-2249371385644950685.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_535>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37516:124
[INFO] [stdout]       |
[INFO] [stdout] 37516 | ...ted (|| InnerComponent_rectangle_535 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_535> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_535>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-18320990292762911674.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_539>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:37522:124
[INFO] [stdout]       |
[INFO] [stdout] 37522 | ...ted (|| InnerComponent_rectangle_539 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_539> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_539>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-2249371385644950685.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_592>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40166:120
[INFO] [stdout]       |
[INFO] [stdout] 40166 | ...ted (|| InnerComponent_rectangle_592 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_592> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_592>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-5852218133682324845.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_createplandialog_594>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40169:120
[INFO] [stdout]       |
[INFO] [stdout] 40169 | ... (|| InnerComponent_createplandialog_594 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_createplandialog_594> as Into<VRc<ItemTreeVTable, InnerComponent_createplandialog_594>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-16576798125572062922.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_renameplandialog_596>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40172:120
[INFO] [stdout]       |
[INFO] [stdout] 40172 | ... (|| InnerComponent_renameplandialog_596 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_renameplandialog_596> as Into<VRc<ItemTreeVTable, InnerComponent_renameplandialog_596>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-2896783674569323405.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_deleteplandialog_598>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40175:120
[INFO] [stdout]       |
[INFO] [stdout] 40175 | ... (|| InnerComponent_deleteplandialog_598 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_deleteplandialog_598> as Into<VRc<ItemTreeVTable, InnerComponent_deleteplandialog_598>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-985571453625376349.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_importconflictdialog_600>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40178:120
[INFO] [stdout]       |
[INFO] [stdout] 40178 | ...|| InnerComponent_importconflictdialog_600 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_importconflictdialog_600> as Into<VRc<ItemTreeVTable, InnerComponent_importconflictdialog_600>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-5732986996215495605.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_itemdialog_602>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40181:120
[INFO] [stdout]       |
[INFO] [stdout] 40181 | ...ted (|| InnerComponent_itemdialog_602 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_itemdialog_602> as Into<VRc<ItemTreeVTable, InnerComponent_itemdialog_602>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-4801318067570995078.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_groupdialog_604>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40184:120
[INFO] [stdout]       |
[INFO] [stdout] 40184 | ...ed (|| InnerComponent_groupdialog_604 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_groupdialog_604> as Into<VRc<ItemTreeVTable, InnerComponent_groupdialog_604>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-335988854135851601.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_scheduledialog_606>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40187:120
[INFO] [stdout]       |
[INFO] [stdout] 40187 | ...d (|| InnerComponent_scheduledialog_606 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_scheduledialog_606> as Into<VRc<ItemTreeVTable, InnerComponent_scheduledialog_606>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-17328001810478560648.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_592>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40200:120
[INFO] [stdout]       |
[INFO] [stdout] 40200 | ...ted (|| InnerComponent_rectangle_592 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_592> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_592>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-5852218133682324845.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_createplandialog_594>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40203:120
[INFO] [stdout]       |
[INFO] [stdout] 40203 | ... (|| InnerComponent_createplandialog_594 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_createplandialog_594> as Into<VRc<ItemTreeVTable, InnerComponent_createplandialog_594>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-16576798125572062922.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_renameplandialog_596>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40206:120
[INFO] [stdout]       |
[INFO] [stdout] 40206 | ... (|| InnerComponent_renameplandialog_596 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_renameplandialog_596> as Into<VRc<ItemTreeVTable, InnerComponent_renameplandialog_596>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-2896783674569323405.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_deleteplandialog_598>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40209:120
[INFO] [stdout]       |
[INFO] [stdout] 40209 | ... (|| InnerComponent_deleteplandialog_598 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_deleteplandialog_598> as Into<VRc<ItemTreeVTable, InnerComponent_deleteplandialog_598>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-985571453625376349.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_importconflictdialog_600>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40212:120
[INFO] [stdout]       |
[INFO] [stdout] 40212 | ...|| InnerComponent_importconflictdialog_600 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_importconflictdialog_600> as Into<VRc<ItemTreeVTable, InnerComponent_importconflictdialog_600>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-5732986996215495605.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_itemdialog_602>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40215:120
[INFO] [stdout]       |
[INFO] [stdout] 40215 | ...ted (|| InnerComponent_itemdialog_602 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_itemdialog_602> as Into<VRc<ItemTreeVTable, InnerComponent_itemdialog_602>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-4801318067570995078.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_groupdialog_604>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40218:120
[INFO] [stdout]       |
[INFO] [stdout] 40218 | ...ed (|| InnerComponent_groupdialog_604 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_groupdialog_604> as Into<VRc<ItemTreeVTable, InnerComponent_groupdialog_604>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-335988854135851601.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_scheduledialog_606>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40221:120
[INFO] [stdout]       |
[INFO] [stdout] 40221 | ...d (|| InnerComponent_scheduledialog_606 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_scheduledialog_606> as Into<VRc<ItemTreeVTable, InnerComponent_scheduledialog_606>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-17328001810478560648.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_592>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40229:120
[INFO] [stdout]       |
[INFO] [stdout] 40229 | ...ted (|| InnerComponent_rectangle_592 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_592> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_592>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-5852218133682324845.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_createplandialog_594>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40235:120
[INFO] [stdout]       |
[INFO] [stdout] 40235 | ... (|| InnerComponent_createplandialog_594 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_createplandialog_594> as Into<VRc<ItemTreeVTable, InnerComponent_createplandialog_594>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-16576798125572062922.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_renameplandialog_596>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40241:120
[INFO] [stdout]       |
[INFO] [stdout] 40241 | ... (|| InnerComponent_renameplandialog_596 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_renameplandialog_596> as Into<VRc<ItemTreeVTable, InnerComponent_renameplandialog_596>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-2896783674569323405.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_deleteplandialog_598>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40247:120
[INFO] [stdout]       |
[INFO] [stdout] 40247 | ... (|| InnerComponent_deleteplandialog_598 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_deleteplandialog_598> as Into<VRc<ItemTreeVTable, InnerComponent_deleteplandialog_598>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-985571453625376349.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_importconflictdialog_600>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40253:120
[INFO] [stdout]       |
[INFO] [stdout] 40253 | ...|| InnerComponent_importconflictdialog_600 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_importconflictdialog_600> as Into<VRc<ItemTreeVTable, InnerComponent_importconflictdialog_600>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-5732986996215495605.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_itemdialog_602>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40259:120
[INFO] [stdout]       |
[INFO] [stdout] 40259 | ...ted (|| InnerComponent_itemdialog_602 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_itemdialog_602> as Into<VRc<ItemTreeVTable, InnerComponent_itemdialog_602>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-4801318067570995078.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_groupdialog_604>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40265:120
[INFO] [stdout]       |
[INFO] [stdout] 40265 | ...ed (|| InnerComponent_groupdialog_604 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_groupdialog_604> as Into<VRc<ItemTreeVTable, InnerComponent_groupdialog_604>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-335988854135851601.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_scheduledialog_606>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:40271:120
[INFO] [stdout]       |
[INFO] [stdout] 40271 | ...d (|| InnerComponent_scheduledialog_606 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_scheduledialog_606> as Into<VRc<ItemTreeVTable, InnerComponent_scheduledialog_606>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-17328001810478560648.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_image_620>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:43282:30
[INFO] [stdout]       |
[INFO] [stdout] 43282 | ...                   InnerComponent_image_620 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_image_620> as Into<VRc<ItemTreeVTable, InnerComponent_image_620>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15848396588260890042.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_image_620>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:43355:30
[INFO] [stdout]       |
[INFO] [stdout] 43355 | ...                   InnerComponent_image_620 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_image_620> as Into<VRc<ItemTreeVTable, InnerComponent_image_620>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15848396588260890042.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_image_620>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:43411:30
[INFO] [stdout]       |
[INFO] [stdout] 43411 | ...                   InnerComponent_image_620 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_image_620> as Into<VRc<ItemTreeVTable, InnerComponent_image_620>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15848396588260890042.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_text_614>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:43670:122
[INFO] [stdout]       |
[INFO] [stdout] 43670 | ...pdated (|| InnerComponent_text_614 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_text_614> as Into<VRc<ItemTreeVTable, InnerComponent_text_614>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-392206634258645264.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_image_620>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:43673:122
[INFO] [stdout]       |
[INFO] [stdout] 43673 | ...dated (|| InnerComponent_image_620 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_image_620> as Into<VRc<ItemTreeVTable, InnerComponent_image_620>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15848396588260890042.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_622>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:43676:122
[INFO] [stdout]       |
[INFO] [stdout] 43676 | ...ted (|| InnerComponent_rectangle_622 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_622> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_622>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-17590300872644257326.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_text_614>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:43743:122
[INFO] [stdout]       |
[INFO] [stdout] 43743 | ...pdated (|| InnerComponent_text_614 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_text_614> as Into<VRc<ItemTreeVTable, InnerComponent_text_614>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-392206634258645264.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_image_620>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:43746:122
[INFO] [stdout]       |
[INFO] [stdout] 43746 | ...dated (|| InnerComponent_image_620 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_image_620> as Into<VRc<ItemTreeVTable, InnerComponent_image_620>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15848396588260890042.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_622>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:43749:122
[INFO] [stdout]       |
[INFO] [stdout] 43749 | ...ted (|| InnerComponent_rectangle_622 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_622> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_622>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-17590300872644257326.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_text_614>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:43757:122
[INFO] [stdout]       |
[INFO] [stdout] 43757 | ...pdated (|| InnerComponent_text_614 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_text_614> as Into<VRc<ItemTreeVTable, InnerComponent_text_614>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-392206634258645264.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_image_620>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:43763:122
[INFO] [stdout]       |
[INFO] [stdout] 43763 | ...dated (|| InnerComponent_image_620 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_image_620> as Into<VRc<ItemTreeVTable, InnerComponent_image_620>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15848396588260890042.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_rectangle_622>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:43769:122
[INFO] [stdout]       |
[INFO] [stdout] 43769 | ...ted (|| InnerComponent_rectangle_622 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_rectangle_622> as Into<VRc<ItemTreeVTable, InnerComponent_rectangle_622>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-17590300872644257326.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_menuitem_652>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:45099:30
[INFO] [stdout]       |
[INFO] [stdout] 45099 | ...                   InnerComponent_menuitem_652 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_menuitem_652> as Into<VRc<ItemTreeVTable, InnerComponent_menuitem_652>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-17389358766113170791.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_menuitem_652>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:45127:30
[INFO] [stdout]       |
[INFO] [stdout] 45127 | ...                   InnerComponent_menuitem_652 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_menuitem_652> as Into<VRc<ItemTreeVTable, InnerComponent_menuitem_652>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-17389358766113170791.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_menuitem_652>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:45150:30
[INFO] [stdout]       |
[INFO] [stdout] 45150 | ...                   InnerComponent_menuitem_652 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into () }
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_menuitem_652> as Into<VRc<ItemTreeVTable, InnerComponent_menuitem_652>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-17389358766113170791.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerPopupMenuImpl_root_645>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:45584:137
[INFO] [stdout]       |
[INFO] [stdout] 45584 | ... window ()) . show_popup (& sp :: VRc :: into_dyn (popup_instance . into ()) , position , sp :: PopupClosePolicy :: CloseOnCli...
[INFO] [stdout]       |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerPopupMenuImpl_root_645> as Into<VRc<ItemTreeVTable, InnerPopupMenuImpl_root_645>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-15334939239305680890.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_menuitem_652>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:45667:123
[INFO] [stdout]       |
[INFO] [stdout] 45667 | ...ated (|| InnerComponent_menuitem_652 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_menuitem_652> as Into<VRc<ItemTreeVTable, InnerComponent_menuitem_652>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-17389358766113170791.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_keybinding_654>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:45670:123
[INFO] [stdout]       |
[INFO] [stdout] 45670 | ...ted (|| InnerComponent_keybinding_654 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_keybinding_654> as Into<VRc<ItemTreeVTable, InnerComponent_keybinding_654>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-13220981987890094061.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_menuitem_652>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:45683:123
[INFO] [stdout]       |
[INFO] [stdout] 45683 | ...ated (|| InnerComponent_menuitem_652 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_menuitem_652> as Into<VRc<ItemTreeVTable, InnerComponent_menuitem_652>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-17389358766113170791.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_keybinding_654>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:45686:123
[INFO] [stdout]       |
[INFO] [stdout] 45686 | ...ted (|| InnerComponent_keybinding_654 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_keybinding_654> as Into<VRc<ItemTreeVTable, InnerComponent_keybinding_654>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-13220981987890094061.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_menuitem_652>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:45694:123
[INFO] [stdout]       |
[INFO] [stdout] 45694 | ...ated (|| InnerComponent_menuitem_652 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_menuitem_652> as Into<VRc<ItemTreeVTable, InnerComponent_menuitem_652>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-17389358766113170791.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless conversion to the same type: `VRc<ItemTreeVTable, InnerComponent_keybinding_654>`
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/launcher-gui-3d0d47dbedfcea8a/out/main.rs:45700:123
[INFO] [stdout]       |
[INFO] [stdout] 45700 | ...ted (|| InnerComponent_keybinding_654 :: new (_self . self_weak . get () . unwrap () . clone ()) . unwrap () . into ()) ;
[INFO] [stdout]       |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]       = note: you can instead use the fully-qualified path `<VRc<ItemTreeVTable, InnerComponent_keybinding_654> as Into<VRc<ItemTreeVTable, InnerComponent_keybinding_654>>::into(val) to avoid triggering this lint
[INFO] [stdout]       = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/launcher_gui-270a357702a686f4.long-type-13220981987890094061.txt'
[INFO] [stdout]       = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 01s
[INFO] running `Command { std: "docker" "inspect" "c2efef7d9ad36eae4dfa643239b67f5c127fe4fc544620bd442f02903a00f696", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c2efef7d9ad36eae4dfa643239b67f5c127fe4fc544620bd442f02903a00f696", kill_on_drop: false }`
[INFO] [stdout] c2efef7d9ad36eae4dfa643239b67f5c127fe4fc544620bd442f02903a00f696
